home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / pcsuni1.zip / PCBDE406.ZIP / BUGS.DOC next >
Text File  |  1997-03-23  |  2KB  |  36 lines

  1.            The SCRIPT BUFFER ERROR problem many ran into was due to the
  2.            PPLC beta code. It was *NOT* a PCBDE problem. I create several
  3.            arrays for storing data and this was causing a problem in PCB!
  4.            Last time I release code compiled with BETA PPLC!
  5.  
  6.            When loading PPE's, this problem or a memory error may pop
  7.            up. This is caused by the PPE that you are loading. Memory
  8.            errors depend on how the PPE loads it's variables and how
  9.            many variables it has to load. Since PCBDE just shells and
  10.            runs the PPE, memory conflicts are possible.
  11.  
  12.            For this reason, not all PPE's can be run from within PCBDE.
  13.  
  14.          ┌──────────────────────────────────────────────────────────────┐
  15.          │┌────────────────────────────────────────────────────────────┐│
  16.          ││  Q) The first page of the menu comes out great, but then   ││
  17.          ││     all hell breaks loose with the display!                ││
  18.          ││                                                            ││
  19.          ││  A) This is a *LOCAL ONLY* problem. It's caused by the     ││
  20.          ││     DOUBLE line display at the bottom. Use the /LOCALON    ││
  21.          ││     switch when you log on locally and everything will     ││
  22.          ││     look much better!                                      ││
  23.          ││                                                            ││
  24.          │└────────────────────────────────────────────────────────────┘│
  25.          └──────────────────────────────────────────────────────────────┘
  26.  
  27. Note:    I have had many people comment on the fact that my PPE
  28.          does not count correctly when the user access's the
  29.          Door/PPE directly with the shortcut command. The reason
  30.          for this is simple, my code does not get called!!! The
  31.          only way to do this would be to add a line to EVERY door
  32.          batch file calling my code before the selected door.
  33.          There are many managers out there that already do this.
  34.          PCBDE was not designed for this purpose! PCBDE is
  35.          designed to be fast and SIMPLE!
  36.